/*产品中心*/

#showbigimg a {
    color: #fff;
}

.product_nav {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.product_nav ul {
    width: 100%;
}

.product_nav ul li {
    border: 1px solid #eee;
    padding: 10px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.product_nav ul li:hover {
    background: #153270;
}

.product_nav ul li:hover a {
    color: #fff;
}

.dlltop {
    margin: 0 auto;
    max-width: 1920px;
    min-height: 350px;
}

.lclhom,
.lclhom a {
    color: #999;
    font-size: 12px;
    background: #efefef;
    height: 40px;
    line-height: 40px;
}

.mt_wb6 {
    margin-top: -6px;
}

.altwb {
    height: 70px;
    border-bottom: 1px solid #e8e8e8;
    line-height: 68px;
    padding: 0 22px;
}

.altwb1 {
    font-size: 20px;
    color: #153270;
}

.altwb2 {
    font-size: 24px;
    color: rgba(129, 129, 129, 0.2);
}

.albwb ul li {
    float: left;
    height: 70px;
}

.albwb ul li a {
    padding: 0 18px;
    color: #666;
    font-size: 14px;
    height: 100%;
    display: block;
}

.albwb ul li.active,
.albwb ul li:hover {
    background: #fff;
    border-bottom: 4px solid #153270;
}

.albwb ul li.active a,
.albwb ul li:hover a {
    color: #153270;
}

.alcwb1 {
    box-shadow: 6px 6px 0px 0px #e5e5e5;
    display: block;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    width: 275px;
    height: 250px;
    padding: 10px;
}

.alcwb1i {
    width: 255px;
    height: 230px;
    position: relative;
}

.alcwb1i img {
    width: 100%;
}

.alcwb ul li {
    width: 25%;
    float: left;
}

.case_zz {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/icon/casebg.png) center center no-repeat;
    background-size: 100% 100%;
    z-index: 9;
    opacity: 0;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.alcwb1x {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #153270;
    z-index: 20;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.alcwb1:hover .case_zz,
.alcwb1.active .case_zz {
    opacity: 1;
}

.alcwb1:hover .alcwb1x,
.alcwb1.active .alcwb1x {
    background: none;
    height: 45px;
}

.jjgd {
    color: #fff;
    font-size: 12px;
    padding: 10px 24px;
    border-radius: 3px;
    background: #153270;
    display: table;
    margin: 0px auto;
    cursor: pointer;
}


/**页码**/

#dcms_pager {
    clear: both;
    margin-top: 50px;
    margin-bottom: 50px;
}

#dcms_pager .height5 {
    display: none;
}

#dcms_pager .pages {
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px 0 10px 0;
    padding: 0;
    height: 20px;
    clear: both;
    text-align: center;
}

#dcms_pager .pages a {
    border: 1px solid #c8c8c8;
    text-decoration: none;
    margin: 0 5px 0 0;
    padding: 5px 10px;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
}

#dcms_pager .pages a:hover {
    border: 1px solid #153270;
    color: #fff;
    background-color: #153270;
    cursor: pointer
}

#dcms_pager .pages .pgempty {}

#dcms_pager .pages .pgcurrent {
    border: 1px solid #153270;
    color: #fff;
    background-color: #153270;
    cursor: pointer
}


/*产品中心详情*/

.lbjd_bpic {
    width: 800px;
    height: 630px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.lbjd_bpic ul {
    position: absolute;
    left: 0;
    top: 0;
}

.lbjd_bpic ul li {
    width: 800px;
    height: 630px;
    position: relative;
}

.lbjd_bpic ul li a img {
    width: 794px;
    height: 624px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 3px solid #e8e8e8;
}

.lbjd_spic {
    margin: 15px auto 0 auto;
    position: relative;
    height: 90px;
}

.lbjd_sbox {
    height: 90px;
    overflow: hidden;
    width: 260px;
    position: absolute;
    float: left;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.lbjd_sbox ul {
    position: absolute;
    left: 0;
    top: 0;
}

.lbjd_sbox ul li {
    width: 116px;
    height: 86px;
    margin: 0 5px;
    position: relative;
    border: 2px solid #eee;
}

.lbjd_sbox ul li a img {
    width: 116px;
    height: 86px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
}

.lbjd_sbox ul li.on {
    padding: 0;
}

.prev_btn {
    cursor: pointer;
    position: absolute;
}

.prev_btn img {
    width: 29px;
    height: 55px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.next_btn {
    cursor: pointer;
    right: 0;
    position: absolute;
}

.next_btn img {
    width: 29px;
    height: 55px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.wbanxq1 {
    width: 1122px;
    margin: 0 auto;
    position: relative;
}

.lyhl {
    width: 64px;
    height: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    transition: all 0.7s ease-out 0s;
}

.lyhl:hover {
    left: 15px;
}

.lyhr {
    width: 64px;
    height: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    transition: all 0.7s ease-out 0s;
}

.lyhr:hover {
    right: 15px;
}

.yhxtc {
    width: 360px;
}

.yhxtc .prev_btn {
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.yhxtc .next_btn {
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.yhxtc .prev_btn img {
    width: 35px;
    height: 35px;
}

.yhxtc .next_btn img {
    width: 35px;
    height: 35px;
}

.w860 {
    width: 860px;
    margin: 0 auto;
}

.yha1 {
    padding: 12px 33px;
    font-size: 14px;
    color: #333;
    text-align: center;
    background: #dcdde1;
}

.yha1:hover,
.yha1.active {
    background: #352e72;
    color: #fff;
}


/*关于我们*/

.w1100 {
    width: 1150px;
    margin: 0 auto;
}

.lyhab {
    width: 100%;
}

.lyhab0 {
    width: 100%;
}

.lyhab1 {
    color: #007d5a;
    font-size: 16px;
}

.lyhab2 {
    font-size: 14px;
    font-size: #666;
    line-height: 24px;
}


/*联系我们*/

.lxwmdt {
    width: 100%;
    height: 430px;
}


/*企业荣誉*/

.wbvyh {
    width: 255px;
    height: 190px;
    background: #f8f8f8;
    overflow: hidden;
}

.wbvyh1 {}

.wbvyh1 img {
    width: 255px;
    height: 190px;
    overflow: hidden;
}

.boryht {
    border-top: 1px solid #e8e8e8;
}

.kcaqw ul li:hover a {
    margin-top: 20px;
}

.kcaqw ul li a {
    transition: all 0.5s ease-out 0s;
}

.kcaqw ul li {
    height: 282px;
}

.kcaqw ul li:hover .lyq,
.kcaqw ul li.active .lyq {
    color: #153270;
}

@media (min-width: 1000px) {
    #showtitle {
        margin-top: 119px;
    }
    .fimgwb {
        margin-top: -100px;
    }
}

.rytq {
    width: 1122px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon/bg1x1.png) repeat;
    z-index: 333;
    display: none;
}

.tqtop {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.titop {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.fimgwb {
    width: 26px;
    height: 25px;
    position: absolute;
    top: 201px;
    right: 0;
}

.w890yh {
    width: 890px;
    margin: 0 auto;
    height: 100%;
}

.fimgwb:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1.7s;
    -moz-transition: all 1.7s;
    -o-transition: all 1.7s;
    -ms-transition: all 1.7s;
    transition: all 1.7s;
}


/*新闻资讯*/

.news {
    margin-top: 30px;
    overflow: hidden;
}

.news_top {
    overflow: hidden;
}

.news_top .left {
    float: left;
    width: 20%;
}

.news_top .left img {
    width: 100%;
}

.news_top .right {
    float: left;
    margin-left: 20px;
    width: 75%;
}

.news_top .right .title {
    font-size: 20px;
}

.news_top .right .text {
    margin-top: 10px;
}

.news_top .right .time {
    margin-top: 10px;
    color: #999;
}

.news_top .right .more {
    background: #153270;
    padding: 10px 10px;
    width: 100px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

.news_line {
    width: 100%;
    height: 1px;
    background: #eee;
    margin-top: 30px;
}

.news_bot {
    overflow: hidden;
}

.news_bot ul {
    width: 100%;
}

.news_bot ul li {
    height: 40px;
    line-height: 40px;
    background: url(../images/nesw_icon.png)no-repeat left;
    padding-left: 15px;
}

.news_bot ul li span {
    float: right;
}


/*新闻资讯详情*/

.borea {
    border-bottom: 1px solid #eaeaea;
}

.w900 {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}


/*在线留言*/

.iptyh {
    width: 278px;
    height: 38px;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 0 10px;
}

.w100yhl {
    width: 100px;
}

.w317px {
    width: 317px;
}

.hyipt {
    width: 140px;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
    background: #e8e8e8;
    cursor: pointer;
}

.hyipt.active {
    background: #153270;
    color: #fff;
}

.w300zz {
    width: 300px;
}

.w970 {
    width: 970px;
    margin: 0 auto;
}

.yhtxet {
    width: 287px;
    height: 220px;
    border-radius: 5px;
    border: 1px solid #ededed;
    padding-left: 10px;
}

@media (max-width: 767px) {
    .wbvyh1 img {
        width: 100%;
        height: auto;
    }
    .kcaqw ul li {
        height: 195px;
    }
    .w317px {
        width: 100%;
    }
    .yhtxet {
        float: left;
        width: 278px;
    }
    .albwb ul li {
        float: left;
        height: 40px;
    }
    .news {
        width: 96%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .news_top .left {
        width: 100%;
        margin: 0 auto;
    }
    .news_top .right {
        width: 100%;
        margin: 0 auto;
        margin-left: 0px;
    }
    .news_bot ul li {
        height: auto;
        background: none;
        border-bottom: 1px solid #c8c8c8;
    }
    .news_bot ul li span {
        width: 100%;
        float: none;
        color: #153270;
    }
}